func internal/strconv.umul192

2 uses

	internal/strconv (current package)
		ftoafixed.go#L89: 	dm, lo1, lo0 := umul192(mant, pow)
		math.go#L23: func umul192(x uint64, y uint128) (hi, mid, lo uint64) {